EmailThresholdWorker_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class EmailThresholdWorker_Factory

Constructors

Link copied to clipboard
constructor(receiptRepositoryProvider: Provider<ReceiptRepository>, personRepositoryProvider: Provider<PersonRepository>)

Functions

Link copied to clipboard
open fun create(receiptRepositoryProvider: Provider<ReceiptRepository>, personRepositoryProvider: Provider<PersonRepository>): EmailThresholdWorker_Factory
open fun create(receiptRepositoryProvider: Provider<ReceiptRepository>, personRepositoryProvider: Provider<PersonRepository>): EmailThresholdWorker_Factory
Link copied to clipboard
open fun get(context: Context, workerParams: WorkerParameters): EmailThresholdWorker
Link copied to clipboard
open fun newInstance(context: Context, workerParams: WorkerParameters, receiptRepository: ReceiptRepository, personRepository: PersonRepository): EmailThresholdWorker